home *** CD-ROM | disk | FTP | other *** search
/ Programmers Heaven 2 / Programmers Heaven 2.iso / files / vbasic / vb5 / files.bbs < prev    next >
Encoding:
File List  |  1997-10-03  |  6.3 KB  |  104 lines

  1.              ================================
  2.                  Visual Basic 5 Utilities
  3.              ================================
  4. EVENTMNG.ZIP EventManager
  5.              EventManager is a software tool dedicated to programmers of 
  6.              VisualBasic-5.0, Access-7.0 or any other languages which 
  7.              support ActiveX-Dlls. 7 In cooperation between the end user who 
  8.              finally will use your program and you, the programmer, a table 
  9.              of possible events shall be defined. Possible events are e.g. 
  10.              switching on a machine, starting a program, dialling a phone 
  11.              number and so on. Later on the end user shall be able without 
  12.              assistance to add "times" to each of the defined events: points 
  13.              of time, periods of time, repeating intervals and exceptions. 
  14.              EventManager offers complete input masks for every purpose.  
  15. MDBU5.ZIP    Mdb utilities , For visual basic 5(32 bit) 
  16.              A general purpose database utility for any VB5 programmer. 
  17.              Allows all usual modifications and additions to an existing VB 
  18.              *.mdb, fields, indexes and settings can be added, removed or 
  19.              changed while keeping data intact... SQL Form allows queries to 
  20.              be tested or executed on the fly.. 
  21. RESTORE.ZIP  Restore - A free VB Add-in from MainSoft 
  22.              The Visual Basic IDE doesn't have the ability of automatically 
  23.              reloading the project that was active during the previous 
  24.              session. You must reload it from the File menu (Recent files 
  25.              list).  
  26.  
  27.  
  28.              ==================================
  29.                  Visual Basic 5 sourcecodes
  30.              ==================================
  31. BLT.ZIP      This DirectDraw sample is a modified version of the StarFld 
  32.              Sample. 33 images are loaded in DirectDraw surfaces and blitted 
  33.              to the back buffer using black as a transparent color. The 
  34.              result is a simple animation. With very few changes, you could 
  35.              also blit an image on every frame (such as a cockpit).  
  36. BROWSER.ZIP  Minibrowser, a tutorial on how to use the Microsoft 
  37.              WebBrowser control in VB5.
  38. DBSRCH1.ZIP  dBSearch
  39.              Originally called LISTSRCH - this module allowed the developer 
  40.              to set up a populated listbox and search the contents of the 
  41.              listbox by typing into a textbox. This allowed "Quicken" style 
  42.              searching with the module finding the first match for what the 
  43.              user had typed and filling in the remainder. 
  44. DXTZ.ZIP     DirectX Test Zone
  45. DXVB01.ZIP   Using directx from visual basic 
  46.              The provided TLB files describes some of the objects exposed by 
  47.              the DirectX API and allow to use them as if they were native 
  48.              Visual Basic objects (DirectX is "Component Object Model" 
  49.              based). 
  50. DXVB02.ZIP   Using directx from visual basic v 0.2 
  51.              The provided TLB files describes some of the objects exposed by 
  52.              the DirectX API and allow to use them as if they were native 
  53.              Visual Basic objects (DirectX is "Component Object Model" 
  54.              based). 
  55. EVAL.ZIP     CEval - Algebraic expression evaluator class for VB5
  56.              This class implements an Algebraic expression evaluator for 
  57.              Visual Basic 5. It support floating point numbers, most 
  58.              standard operators, plus or minus unary operators and 
  59.              parantheses to override default precedence rules. Rudimentary 
  60.              support for user-defined symbols is also included. 
  61. GLVB01.ZIP   Using opengl from visual basic v 0.1  
  62. GUID.ZIP     Demo Generating a Globally Unique Identifier (GUID)
  63. JDSVRVB5.ZIP Jim & Don's Screensaver
  64. LBAR_VB.ZIP  Visual Basic 4.0 32 bit CT List Bar Demo
  65. MN_SRC.ZIP   Direct-X and VBasic 5 demo
  66. NUM2TEXT.ZIP Num2text - vb5 conversion demo 
  67.              This program demonstrates how to convert a number to text. This 
  68.              demo converts numbers to a format you might see in a check 
  69.              writing program. For example, 123.1 is converted to "One 
  70.              hundred twenty-three and 10/100". 
  71. SUBCLS32.ZIP Subclass - Visual Basic subclassing control
  72.              This package includes a VB-authored subclassing control. A 
  73.              subclassing control allows Visual Basic programs to detect 
  74.              messages for which Visual Basic does not provide direct support 
  75.              for. This controls is documented below. This package also 
  76.              includes a number of subclassing example programs. These 
  77.              examples are unzipped to the Examples directory (see 
  78.              Examples.txt for additional information). 
  79. SYSTRAY.ZIP  SysTray - System Tray Demo
  80.              This program demonstrates how to display an icon on the system 
  81.              taskbar (tray notification area) under Windows 95 and later, or 
  82.              Windows NT 4.0 or later. The program first determines if it is 
  83.              running under one of these operating systems and terminates if 
  84.              it is not.  
  85. WAITCURS.ZIP WaitCursor - Wait cursor class demo
  86.              This Visual Basic 5.0 example program demonstrates how you can 
  87.              use a simple class to help you set an hourglass cursor. This 
  88.              class not only provides the SetCursor method, which provides a 
  89.              convenient method of setting the hourglass cursor (or a custom 
  90.              cursor if you like), but it automatically restores the previous 
  91.              cursor when the class object is destroyed. 
  92. VB5HOOK.ZIP  This sample program demonstrates how to subclass a form using 
  93.              vb5's new addressof operator. 
  94. WORDWRAP.ZIP WordWrap - Printing-with-word-wrap demo for Visual Basic 5
  95.              This demo program demonstrates a technique for printing 
  96.              unformated text to the printer. The code is implemented as a 
  97.              class module to make it easy to reuse the code in other 
  98.              projects. The code prints the text to the printer with word 
  99.              wrap, margins and page headers and footers. You can customize 
  100.              the margin settings and header text using the class's public 
  101.              members. 
  102.  
  103.  
  104.